PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / isLocked Method
In This Topic
    isLocked Method
    In This Topic
    Gets a value indicating whether the annotation should be modified.
    Syntax
    public boolean isLocked()

    Return Value

    If true, do not allow the annotation to be deleted or its properties (including position and size) to be modified by the user. However, this flag does not restrict changes to the annotation’s contents, such as the value of a form field.
    See Also